home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Interactive CD Sampler
/
Microsoft Interactive CD Sampler.iso
/
DEMOS
/
GREET
/
GREETS2.DIR
/
Internal_3.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-01
|
189 b
|
10 lines
on exitFrame
global gTimeList, gTimeJump
if the timer >= getAt(gTimeList, gTimeJump) then
go(the frame + 1)
set gTimeJump to gTimeJump + 1
else
go(the frame)
end if
end